Skip to content

docs(poznote): sync 6.30.2 default#384

Merged
mberlofa merged 2 commits into
mainfrom
docs/poznote-6.30.2
Jul 8, 2026
Merged

docs(poznote): sync 6.30.2 default#384
mberlofa merged 2 commits into
mainfrom
docs/poznote-6.30.2

Conversation

@mberlofa

@mberlofa mberlofa commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Sync Poznote docs from 6.29.0 to 6.30.2.
  • Add upgrade notes covering the latest stable upstream fixes and backup guidance.

Validation

  • make site-sync-check CHART=poznote
  • npm run format:check
  • npm run lint
  • npm run build
  • make release-check REPO=site
  • make attribution-check REPO=site

Charts PR: helmforgedev/charts#722

Summary by CodeRabbit

  • Documentation
    • Updated the Poznote chart docs to reference the latest stable image tag, 6.30.2.
    • Added an “Upgrade Notes” section covering key improvements in this release (including login throttling, backup import validation, export changes, REST API updates, MCP server fixes, and UI/mobile/task editing enhancements).
    • Included a reminder to back up the data PVC before upgrading.

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: b182a11e-96c4-42a3-a2a2-163cdf337714

📥 Commits

Reviewing files that changed from the base of the PR and between a1fab66 and 54a20d4.

📒 Files selected for processing (1)
  • src/pages/docs/charts/poznote.mdx
✅ Files skipped from review due to trivial changes (1)
  • src/pages/docs/charts/poznote.mdx

📝 Walkthrough

Walkthrough

Updated Poznote chart documentation to reference image tag 6.30.2 instead of 6.29.0, and added an "Upgrade Notes" section summarizing upstream release highlights and a reminder to back up the data PVC before upgrading.

Changes

Poznote Documentation Update

Layer / File(s) Summary
Version bump and upgrade notes
src/pages/docs/charts/poznote.mdx
Image tag reference updated from 6.29.0 to 6.30.2; new "Upgrade Notes" section added listing release highlights and a PVC backup reminder.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related issues

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and accurately reflects the Poznote docs sync to 6.30.2.
Description check ✅ Passed The description covers the summary and validation, but omits template sections like Quality Gates and Related Issue.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/poznote-6.30.2

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
src/pages/docs/charts/poznote.mdx (1)

149-162: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Consider cross-linking Backup and Upgrade Notes sections.

The new Upgrade Notes section duplicates the PVC backup guidance already stated in the Backup section above (Line 151). Consider referencing the Backup section instead of restating the guidance to avoid drift if the backup instructions change later.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@src/pages/docs/charts/poznote.mdx` around lines 149 - 162, The Backup
guidance is repeated in the Upgrade Notes section, so update the docs in the
poznote.mdx content to avoid duplicating the same PVC backup instructions. Keep
the detailed backup steps under the Backup heading and change the Upgrade Notes
text to refer back to that section using the existing section titles rather than
restating the PVC backup details.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@src/pages/docs/charts/poznote.mdx`:
- Line 13: The Poznote docs are referencing an image tag and upgrade notes that
do not match a public release, so update the `poznote.mdx` content to use the
published Poznote version and matching notes. In the docs section that mentions
the `ghcr.io/timothepoznanski/poznote` image, replace the `6.30.2` tag with the
actual release version `6.30.0`, and make sure the accompanying Upgrade Notes
text is aligned with that release. Use the existing Poznote chart description in
`poznote.mdx` to locate and correct the versioned release details.

---

Nitpick comments:
In `@src/pages/docs/charts/poznote.mdx`:
- Around line 149-162: The Backup guidance is repeated in the Upgrade Notes
section, so update the docs in the poznote.mdx content to avoid duplicating the
same PVC backup instructions. Keep the detailed backup steps under the Backup
heading and change the Upgrade Notes text to refer back to that section using
the existing section titles rather than restating the PVC backup details.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: e5f425d4-635f-4165-a6d0-f25af40f8640

📥 Commits

Reviewing files that changed from the base of the PR and between 24e68e4 and a1fab66.

📒 Files selected for processing (1)
  • src/pages/docs/charts/poznote.mdx

Comment thread src/pages/docs/charts/poznote.mdx
@mberlofa

mberlofa commented Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

Handled the CodeRabbit top-level nitpick in 54a20d4.

Adjusted the Poznote Upgrade Notes to reference the Backup section instead of duplicating PVC backup guidance, keeping the detailed backup instructions in one place.

Validation:

  • npm run format:check
  • npm run lint
  • npm run build
  • make release-check REPO=site
  • make attribution-check REPO=site

This CodeRabbit item was posted only in the review summary, so there is no resolvable review thread to close.

mberlofa added a commit to helmforgedev/charts that referenced this pull request Jul 8, 2026
## Summary
- Bump Poznote from 6.29.0 to 6.30.2.
- Update chart defaults, tests, README, and DESIGN notes.
- Add upgrade notes for the UI, backup, API, security hardening, MCP,
dark mode, and mobile task fixes.

Closes #703.

## Upstream Evidence
- Issue target was 6.29.2, but upstream already published 6.30.2 as the
latest stable release on 2026-07-07, so this PR updates to the current
stable tag instead of opening a stale bump.
- Release:
https://github.com/timothepoznanski/poznote/releases/tag/6.30.2
- Release state: stable, not draft, not prerelease; published
2026-07-07.
- Image verified: ghcr.io/timothepoznanski/poznote:6.30.2
- Manifest platforms verified: linux/amd64, linux/arm64.
- Relevant upstream notes across 6.29.2 through 6.30.2: UI improvements,
MCP server fix, mobile task edit fixes, brute-force login throttling,
backup import validation, trashed notes included in exports, new REST
API endpoints, and dark mode styling fixes. No Kubernetes-facing
configuration change was identified.

## Site Sync
- helmforgedev/site#384

## Validation
- make image-verify IMAGE=ghcr.io/timothepoznanski/poznote:6.30.2
- make deps-check CHART=poznote
- helm unittest charts/poznote: 10 suites, 63 tests
- make standards-check CHART=poznote
- node scripts/charts/template-standards-check.js --chart poznote
- make site-sync-check CHART=poznote
- make validate-chart CHART=poznote: passed 16 layers, including k3d
behavioral validation for default and all Poznote CI scenarios
- make release-check REPO=charts
- make attribution-check REPO=charts

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
  * Updated the default Poznote version to **6.30.2** across the chart.
* Added upgrade guidance, including a reminder to back up the `data`
volume before upgrading.

* **Documentation**
* Refreshed chart docs and design notes to match the new release version
and image tag.

* **Tests**
* Updated chart rendering checks to validate the new default container
image.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: MergeCheck <mergecheck@example.invalid>
@mberlofa mberlofa merged commit ad9c864 into main Jul 8, 2026
9 of 11 checks passed
@mberlofa mberlofa deleted the docs/poznote-6.30.2 branch July 8, 2026 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant